.flex {
    display: flex;
}
.items-center {
    align-items: center;
    justify-content: center;
}
.flex-col {
    flex-direction: column;
}
.container .price-banner {
    margin-top: 120px;
    width: 100%;
}
.price-banner h2{
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 2.25rem;
    line-height: 50px;
    margin-bottom: 0.5rem;
    text-align: center;
}
.price-banner h6{
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 1.125rem;
    color: #5c5e66;
    text-align: center;

}
.guanliSty{
    width: 1360px;
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
}
.lx-version-card {
    width: 280px;
    height: 470px;
    padding: 40px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 0 10px 0 rgb(180 189 221 / 8%), 0 6px 14px 0 hsl(0deg 0% 100% / 30%), 0 20px 30px 0 rgb(180 189 221 / 25%);
}

/*1rem = 16px*/
.lx-version-box {
    padding-bottom: 32px;
    border-bottom: 1px solid #e5e7eb;
    width: 100%;
}
.lx-version-card-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 12px;
    text-align: center;
}
.lx-version-card-subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
    text-align: center;
    color: rgb(155, 158, 169);
}
.price {
    color: #1a2035;
    font-size: 48px;
    line-height: 59px;
    font-weight: 700;
    margin-right: 0.5rem;
}
.price_detail {
    font-size: 14px;
    line-height: 21px;
}
.supper {
    padding: 24px 0 32px 0;
    width: 100%;
}
.supper_text {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
}
.lx-version-card-sub-description{
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    color: rgba(58,64,87,0.9);
}
.font18 {
    font-size: 18px;
}
.font24 {
    font-size: 24px;
}
.green {
    color: rgba(0,184,0);
}
.red {
    color:red;
}
.href_use {
    background-color: rgba(37,84,254);
    padding: 0 24px;
    border-radius: 5px;
    height: 56px;
    line-height: 56px;
    display: block;
    color: rgb(255, 255, 255);
    font-size: 24px;
    text-align: center;
    width: 230px;
}
.diff {
    margin-top: 120px;
}
.diff_title {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
}
.diff_desc {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
}
.version {
    width: 1280px;
    margin: 80px auto;
}
.version_header {
    height: 96px;
    border-bottom: 1px solid #eaeffb;
    background: #fff;
    top: 64px;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.version_header_column1 {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    margin-left: 40px;
}
.version_header_column2 {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.version_header_column2_title {
    font-size: 24px;
    line-height: 36px;
}

.version_header_column2_desc {
    font-size: 16px;
    line-height: 36px;
    color: rgb(26, 32, 53)
}
.version_items {
    display: grid;
    height: 50px;
    grid-template-columns: repeat(3,minmax(0,1fr));
    border-bottom:1px solid rgb(229, 231, 235);
}
.version_items1 {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    margin-left: 40px;
    --tw-text-opacity: 1;
    color: rgba(26,32,53,var(--tw-text-opacity));
}
.version_items2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: .875rem;
    position: relative;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(155,158,169,var(--tw-text-opacity));
}
